home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #2 / Amiga Plus CD - 1999 - No. 2.iso / System-Boost / Virus / VirusZ / VirusZ.History < prev    next >
Text File  |  1998-03-08  |  58KB  |  1,084 lines

  1. ============================================================================
  2.                         VIRUSZ III REVISION HISTORY
  3. ============================================================================
  4.  
  5. From March to August '98 I'm once again just at home for the week-ends.
  6. This will definitely delay further development, but I'm going to try my
  7. best to finish the work I've started as soon as possible.
  8.  
  9. ----------------------------------------------------------------------------
  10. Please understand that I didn't have the time to write a documentation
  11. for VirusZ III until now, just try the features yourself, most things are
  12. quite similar to VirusZ II.
  13. Best thing would be to run VirusZ III permanently in the background and
  14. call VirusZ II if you want to check files/sectors. Disable all background
  15. checking in VirusZ II 1.42/1.43 then to avoid double testing.
  16. Sorry, but such big programs like VirusZ became over the years cannot be
  17. rewritten in just a few days.
  18.  
  19.  0.90ß  Changes/Additions since VirusZ II 1.42a:
  20.     - Argh, just after releasing the fixed version, I found another
  21.       bug in the Vector Check code. But now it's fully fixed.
  22.     - Added option to Memory Monitor to skip the low memory region
  23.       in Chip-Ram to prevent Enforcer hits.
  24.     - Fixed little bug in Memory Monitor, the scroll functions didn't
  25.       roll over the end of a region properly.
  26.     - Changed whole signal/message handling to asynchronous style.
  27.       The second (background) process is obsolete and has been removed.
  28.       Even reqtools requesters are asynchronous now, everything runs
  29.       at the same time and nothing blocks out VirusZ. Functionality is
  30.       now just limited by the number of free task signals as each
  31.       window needs at least one.
  32.     - Rewritten whole startup code, all initialization routines and
  33.       module setups for proper support of all new features.
  34.     - Removed File Check and Sector Check. These must be rewritten
  35.       first to be able to support async design.
  36.     - Totally rewritten Bootblock Lab. The brainfile is compatible
  37.       to VirusZ II but is stored by default in 'S:' now.
  38.     - Totally new and safe device scanner: Only disk-based devices will
  39.       be recognized. This should prevent complications with some odd
  40.       harddisks, cd-roms etc.
  41.     - Added new preferences. The preferences format changed and is no
  42.       longer compatible with VirusZ II as many things became obsolete.
  43.     - All settings are stored in ENV:VirusZ_III subdirectory now, as
  44.       there will be created several files.
  45.     - Preferences are kind of interactive now, every change is used
  46.       immediately. There's no more need for Use/Cancel buttons.
  47.     - VirusZ remembers all window positions now. After a restart all
  48.       windows will appear at their old positions. This only works if
  49.       centering is disabled (in Misc Prefs)!
  50.     - Added a few new patches to the vector check. Thanks to all the
  51.       guys who sent them.
  52.     - Added new viruses to xvs.library: 'Death To Maxs' 1-4 trojans.
  53.       Thanks to Jan Andersen for sending them.
  54.     - Re-added 'Hide Known Patches' option to Vector Check as this
  55.       is really useful if you have lots of patches in your system.
  56.     - Added new feature to Vector Check: If VirusZ detects some new
  57.       unknown vectors, the Vector Check will mark them '--> CHANGED
  58.       SINCE LAST CHECK' when they are first reported. This comment
  59.       will then change to '--> SUSPICIOUS' as usual after a refresh.
  60.       This may help you at determining which program causes which
  61.       changes. Idea by Ramiro Garcia and others.
  62.     - Removed detection for Sinmut bootvirus. This actually isn't a
  63.       virus, but some intro bootblock.
  64.     - Added/improved ARexx scripts CheckFiles.vzrx and CheckDir.vzrx.
  65.       CheckFiles supports multiple filenames as arguments and
  66.       CheckDir reports which drawer has been checked now. Thanks to
  67.       Ramiro Garcia for developping the improvements.
  68.  
  69. This history entry is just a rough overview of what happened in the last
  70. few weeks. I sat in front of my machine almost every evening, my girlfriend
  71. is getting angry and other hobbies (even television) are canceled.
  72. There were several moments when another huge problem appeared that I didn't
  73. believe in myself any longer and thought about cancelling all the work, but
  74. until now, I nevertheless managed to solve all the problems (asynchronous
  75. layout is really tricky ;-)
  76. There is still a lot of work to come, as I'm planning new features for the
  77. File Check and other parts of VirusZ III, but I really hope that some day
  78. I can say: It's done!
  79.  
  80. ============================================================================
  81.                      VIRUSZ II/pre-III REVISION HISTORY
  82. ============================================================================
  83.  
  84.  1.43   Changes/Additions since 1.42a:
  85.     - Just another small bug fix to make the old program usable.
  86.       Disable all background features and use this version for file
  87.       checking only if possible.
  88.  
  89.  1.42a  Changes/Additions since 1.42:
  90.     - Uhh, I'm really sorry, but I've missed to fix a big bug in v1.42.
  91.       This version is just a small bug fix to make v1.42 work properly.
  92.       Thanks to Jan Andersen, Rafal Mania and others for the reports.
  93.  
  94. ----------------------------------------------------------------------------
  95. Hello again in 1998, lots of things happened in the last weeks. I was really
  96. busy coding new stuff and I will continue to do so in the following weeks.
  97. VirusZ II will mutate bit by bit to VirusZ III in the near future which
  98. means not only new antivirus features but also a new, font-sensitive GUI.
  99. All this will take a while as the big parts (new file check, asynchronous
  100. layout) are still to come. But here we go with the new features:
  101.  
  102.  1.42   Changes/Additions since 1.41:
  103.     - Added support for Happy New Year 98 linkvirus. Thanks to Jan
  104.       Andersen for sending it.
  105.     - Replaced call to 'C:Delete' in archive checker with an internal
  106.       routine that does the same. This is much safer. Thanks to Dirk
  107.       Stöcker for the piece of code.
  108.     - Moved ALL virus support code to 'xvs.library'. This had mainly
  109.       two reasons:
  110.       a. the main program gets smaller and thus easier to deal with.
  111.       b. the library is a standard shared library and may be used by
  112.          any other applications as well!!
  113.       At the moment I'm still thinking about a public release of the
  114.       (already finished) includes and autodocs. I tend to keep them
  115.       private for now, but maybe in the near future...
  116.       Anyway, while rewriting lots of code for the use in the library,
  117.       I fixed some old bugs and optimized parts of the memory check.
  118.     - Replaced old vector check with the new 'VirusZ III Vector Check'
  119.       that is much more powerful than its predecessor. See below.
  120.     - Added the all new 'VirusZ III Memory Monitor'. See below.
  121.     - Replaced old 'Show Brains' with 4 new subitems in the main menu.
  122.       The new display code is already font-sensitive.
  123.     - Did lots of small reworkings like cached ExecBase for better
  124.       performance etc.
  125.     - Added new bugfixed and enhanced version of xfdmaster.library.
  126.  
  127. VirusZ III Vector Check
  128. -----------------------
  129. Other than the old one, this vector check is not only a display function
  130. but an interactive list of system modifications. The output format has
  131. slightly changed to minimize the lines of information. You can select any
  132. item in the list and execute one of the following functions (if supported
  133. for that type of item):
  134.  
  135. Monitor: Starts the memory monitor described below at the address of the
  136.          selected item.
  137. Clear:   Sets the selected item to zero.
  138. Remove:  Removes the selected item from its system list.
  139.  
  140. Just play around, you cannot to any serious damage with those functions,
  141. everything is safe. (But you may lose resident programs like RAD: while
  142. clearing KickTagPtr.)
  143.  
  144. NOTE: I've limited the library and device checker to those functions that
  145. are really likely to be infected by new viruses. And I've thrown my really
  146. nice idea of an intelligent vector check that can learn modifications
  147. overboard. I would have needed a complete internal 68xxx disassembler,
  148. and with the PPC coming soon, it would have gone all nuts.
  149.  
  150. NOTE: If the vector check now reports suspicious vectors, send me the
  151. patches for manual inclusion as in the past. Thanks in advance...
  152.  
  153. NOTE: The vector check doesn't support any preferences at the moment, so
  154. don't get confused if it doesn't stop displaying some disabled vectors.
  155.  
  156. VirusZ III Memory Monitor
  157. -------------------------
  158. This monitor displays the memory contents either in hex or ascii dump.
  159. You can browse inside one memory area with 'Line +', 'Line -', 'Page +'
  160. and 'Page -' or change the area by entering an all new address after
  161. a click to 'Address'. Only valid addresses are supported, so you cannot
  162. crash your computer by reading from illegal addresses.
  163.  
  164. NOTE: For those of you who use Enforcer: Yes, the monitor reads from
  165. location 0 and other low addresses and it will always do so, because
  166. this area is IMHO part of chip ram and nothing forbidden. This doesn't
  167. crash the machine, harm the CPU or anything else, so why not scan through
  168. an area that is very likely used by illegal programs, esp. viruses??
  169.  
  170. ----------------------------------------------------------------------------
  171.  
  172. And another year is almost over, so all I have to do is to wish you a merry
  173. christmas and a happy new year 1998. May everything turn out as you wanted
  174. it to be...
  175.  
  176.  1.41   Changes/Additions since 1.40:
  177.     - Fixed bug in device scanner. Thanks to John Marchant for the
  178.       report.
  179.     - After some reports telling that the new prefs work on all systems,
  180.       I have removed the internal prefs from VirusZ and added support
  181.       code for the external ones. The VirusZ menu looks like before but
  182.       starts the new prefs now.
  183.       IMPORTANT: The prefs program MUST be copied to SYS:Prefs/ !!!
  184.     - Added viruses: French (old BB), Sinmut (old BB), Butonic 3.10 II,
  185.       Lisa FuckUp 3.0 and Zinko Trojan. Thanks to Jan Andersen for
  186.       sending them.
  187.     - New support BBS: XPoint. See Updates chapter in guides.
  188.     - Added ZIB linkvirus. Thanks to Jan again for this beast.
  189.     - Added ZIB Installer 1 + 2. Thanks to Jan once again for these ;-)
  190.  
  191. While looking at this year's history, I noticed that I've only managed to
  192. release 6 updates:-( This is indeed very poor, but to my excuse I have to
  193. mention the 19(!) exams I've written this year, a full-time job 8 hours/day
  194. and a new girl-friend living about 100 km away which means we can see each
  195. other mostly only at the week-ends. Unfortunately this was the time in the
  196. past when I was very busy coding new stuff. This should nevertheless only
  197. be an explanation, don't get anything wrong about my relationship as I'm
  198. really happy.
  199.  
  200. Anyway, I got some complaints about the vector check (yes, it's still not
  201. finished) and several other things, but actually it gets a bit too much in
  202. the last months for me to handle. I'm thinking about an acceptable solution
  203. for the future as I really can understand all of you out there waiting for
  204. new releases with new features. So please be/stay patient...
  205.  
  206. ----------------------------------------------------------------------------
  207.  
  208.  1.40   Changes/Additions since 1.39:
  209.     - Fixed bug in startup code that must have been in there for a long
  210.       time. This one may have caused some of the problems in the past.
  211.     - Fixed recognition for Addy 0.99 Installer file and Glasnost boot.
  212.       Thanks to Jan Andersen, Dave Jones, Bert Jahn and the others for
  213.       the reports.
  214.     - Added recognition for ScareCrow trojan. Thanks to Jan Andersen.
  215.     - Fixed recognition for Bokor 1.05 and added Bokor 1.01, Bokor 1.06
  216.       and Bokor 1.1 linkviruses. Thanks to Dave Jones and Jan Andersen
  217.       for sending them.
  218.     - Added HitchHiker 4.23 and HNY Clone. Thanks to Jan again.
  219.     - Added Elbereth 1+2, Elbereth 3 + Installer, Elbereth 4, Disnomia
  220.       and Poland linkviruses.
  221.     - Finally I have a little surprise for you: The totally new VirusZ
  222.       preferences program. It's still in beta-state, but only to let
  223.       you test the GUI on your machines. I did my very best to keep out
  224.       any illegal hacks from the size/position calculation code.
  225.       If anything interferes with my GUI on your Amiga, please let me
  226.       know or send me the responsible software/patch.
  227.       I NEED FEEDBACK before I add the new graphic routines to VirusZ
  228.       itself and remove the prefs from VirusZ. Until then, VirusZ will
  229.       look as it does now.
  230.  
  231. ----------------------------------------------------------------------------
  232.  
  233. After another 8 exams in July, I'm finally back home. This update is just to
  234. be up-to-date with the viruses, but I'm already working on something new for
  235. VirusZ. Be prepared!
  236.  
  237.  1.39   Changes/Additions since 1.38:
  238.     - Added new viruses: Bokor 1.05, IO4-Invi Trojan, VMK 3.00 Fake 2,
  239.       Xtruder 3.5 Trojan and BEOL 4 + Installer. Thanks to Jan Andersen
  240.       and others for sending them. Unfortunately I couldn't create a
  241.       working copy of BEOL 4, the file detection should be safe anyway,
  242.       but there's no memory removal code at the moment.
  243.  
  244. As I get reports from time to time: There seems to be some bug in the file
  245. check, but it never appears on my machine. Directly after selecting the
  246. files to be checked, VirusZ freezes. I've looked through my sourcecode again
  247. and again, but I really don't find a bug. Sorry to Julie Hall and all the
  248. others, but I'm currently not able to find the reason for your problems.
  249. I'll keep on searching...
  250.  
  251. Another problem is the support for ZIP archives. Charlene McNulty wrote to
  252. me that VirusZ doesn't extract zip archives, and all I can say is: yes, you
  253. are right! I've tried all different settings including the one that works
  254. perfectly from Shell (Unzip -qqo %F -d %p), but when started from VirusZ,
  255. Unzip doesn't work. I'll try to check this out until the next release.
  256.  
  257. ----------------------------------------------------------------------------
  258.  
  259.  1.38   Changes/Additions since 1.37:
  260.     - Added Hitchhiker 4.11 virus. Thanks to Jan Andersen for sending
  261.       this beast.
  262.     - Fixed recognition code for Illegal Access. This routine sometimes
  263.       recognized uninfected files as virus. Thanks to Dave Jones for
  264.       the example file.
  265.     - Added another copy of BootShop virus. Thanks to Dave Jones again.
  266.     - Added FA58B1EF virus. Thanks to Bruno Clastre for sending me that
  267.       stuff.
  268.  
  269. ----------------------------------------------------------------------------
  270. I've written 8 exams in March, that's why this update took such a long time.
  271. Sorry for the delay and thanks for waiting ;-)
  272.  
  273.  1.37   Changes/Additions since 1.36:
  274.     - Added new viruses: Happy New Year 97 and CygnusEd 4.0 Fake. Thanks
  275.       to Jan Andersen for sending them.
  276.     - Added new viruses: Akimo and WECH. Thanks to Markus Schmall for
  277.       sending them.
  278.     - Added additional filter mechanism to the device detection code
  279.       to avoid problems with CD-ROM drives. These should not appear
  280.       any longer in the bootblock lab. Thanks to Jan Andersen for the
  281.       report about his drive.
  282.     - Rewritten file check code to check data files for viruses too.
  283.       There appeared a macro virus called 'SexGuide' which I've added.
  284.       This might not have been the last...
  285.  
  286. ----------------------------------------------------------------------------
  287. Actually,  version  1.36 should become the XMAS '96 release, but as I had so
  288. many  other  things  to do, this is the first version in 1997.  Another year
  289. has  gone  by  and  I'd  like to thank all folks out there that supported me
  290. through  the  last year(s) with new stuff and money.  At this place I'd also
  291. like  to  thank  Jan  Andersen  and  his  family  for sending that nice Xmas
  292. postcard.   I wish all of you out there the very best for this new year 1997
  293. and  I wish all you virus-coders out there the worst nightmares ever dreamed
  294. by any human being!!
  295.  
  296.  1.36   Changes/Additions since 1.35:
  297.     - Added new viruses: HD Protect 6.24, COP 15, Trust No-One 1-3.
  298.       Thanks to Jan Hendrik Lots for sending those beasts.
  299.     - Finally implemented the bootblock brain!!! After 3 years of
  300.       laziness in this point I managed to code all the necessary stuff
  301.       to get the brain working. Now VirusZ can learn all your custom
  302.       bootblocks and will no longer report them as unknown.
  303.       See details in the guide at the 'Misc Prefs' chapter and in the
  304.       'Bootblock Lab' section. All formerly disabled buttons are now
  305.       fully working.
  306.     - New distribution site: 'The Realm' is dead, from now on call the
  307.       'Army Shop'. Don't panic, same number, same sysop ;-)
  308.     - Added sort mechanism to brain editor and fixed problems with
  309.       delete function.
  310.     - Added new device detection code that finds all usable devices
  311.       itself and therefore removed 'Devices' from 'Misc Prefs'. Now all
  312.       mounted sector-based drives will be scanned automatically.
  313.       I've tested this routine with SCSI/IDE HDs, SyQuest and CD-ROM
  314.       and it worked fine. Please let me know if it doesn't work properly
  315.       on your system.
  316.     - Added menu item 'Update Devices' to refresh the device list after
  317.       mounting some new drives (eg. SyQuest, CD-ROM etc.).
  318.     - Added two new options to the Background prefs: 'Check All Drives
  319.       On Update' and 'Report Known Bootblocks'. The first option makes
  320.       VirusZ rescan all disks after 'Update Devices', the second option
  321.       enables the report of bootblocks included in the brain by the
  322.       background check.
  323.     - Added possibility to go to Vector Check and Boot Lab directly from
  324.       the background checker if something unusual has been detected.
  325.       This feature was already implemented a few years ago but has been
  326.       removed after rewriting the background code. So now I hope that
  327.       all you folks demanding it from time to time are happy again ;-)
  328.       Note that this only works if VirusZ isn't active in any other way
  329.       at that moment (e.g. File Check).
  330.  
  331.  1.35   Changes/Additions since 1.34:
  332.     - Added new topic to vector check: 'Suspicious Process Fields'.
  333.       The tc_Switch, tc_Launch and pr_PktWait fields of every process
  334.       are listed here. These fields are used by some new viruses and
  335.       they are likely to be used by future viruses too.
  336.     - Added 'Show Process Fields' to vector check prefs. This button
  337.       switches the function mentioned above.
  338.     - Added 'Process Fields' to 'Clear' menu in the vector check to
  339.       reset the above mentioned pointers.
  340.     - Added process field check to the background checker.
  341.     - Added 'Process Fields' buttons to the background prefs. Here you
  342.       can turn on/off startup check/surveillance of the process fields.
  343.     - Added new viruses: TRSI-ZNT.exe Fake, Firedom 1.4, HNY Clones.
  344.       Thanks to Markus Schmall and Jan Hendrik Lots for sending these
  345.       little beasts.
  346.     - Added Prometheus linkvirus. Thanks again to Markus Schmall.
  347.     - Added Smeg and Aram-Dol linkviruses. Thanks to... Markus ;-)
  348.     - Added BEOL3 linkvirus. Thanks to Markus Schmall, Jan Hendrik Lots
  349.       and Jani Juhani Mattinen for sending this sucker.
  350.  
  351.     --------------------------------------------------------------------
  352.     The time has come to go back to the 'Fachhochschule' again, now for
  353.     about nine months until July 1997. This means that I will only work
  354.     on VirusZ at the week-ends which is far too less for astonishing
  355.     improvements. Therefore I will mainly do some new-virus-implemented
  356.     updates. Nevertheless VirusZ development will be continued...
  357.     --------------------------------------------------------------------
  358.  
  359.  1.34   Changes/Additions since 1.33:
  360.     - Added new viruses: ADO! + Installer + Library, Gotcha! II, ORB 95,
  361.       VoxelSvind Trojan and AGA Italy Fake. Thanks to Jan Andersen and
  362.       Jan Hendrik Lots for sending those beasts.
  363.     - Added BEOL 96 virus, the most clever bastard ever seen on Amiga
  364.       so far. It took a lot of analysing work to find a cure against
  365.       this sucker. Thanks to Jan Hendrik Lots for sending it and Markus
  366.       Schmall for some more example files.
  367.     - Added B.E.O.L. 2 and Affe linkviruses. Thanks to Markus Schmall
  368.       for sending them.
  369.     - Added XCom linkvirus. Thanks to Markus Lück for sending it.
  370.  
  371.     --------------------------------------------------------------------
  372.     Jan Andersen reported that the archive check crashes on his A500.
  373.     I myself then tested VirusZ on a plain 68000 and on Kickstart 2.0,
  374.     but it worked well. If someone has similar problems on his machine,
  375.     please tell me and send me the archive that crashed for testing...
  376.     --------------------------------------------------------------------
  377.  
  378.  1.33   Changes/Additions since 1.32:
  379.     - Added archivers preferences! Here you can easily enter the names,
  380.       recognition offsets/data and command lines of any file based
  381.       archiver programs (eg. LhA, LZX) you want VirusZ to recognize and
  382.       extract.
  383.     - If preferences have been changed during a session, VirusZ now
  384.       tells you if any of them have not been saved yet before exiting.
  385.       This is especially useful as the new archivers preferences might
  386.       be a lot of typing stuff which is annoying to lose.
  387.     - Added 'EF67A3C3' linkvirus (temporary name until something better
  388.       comes to my mind). Thanks to Christoph Faßbach for sending me this
  389.       little beast.
  390.     - Fixed wrong recognition for Lisa FuckUp 2.0. Sorry folks, but all
  391.       those RexxMasher compiled files have been recognized as a virus.
  392.       Thanks to Bert Jahn for sending the RmS package and the report.
  393.       And sorry to Matthias Scheler (AmiNet Administration) for all the
  394.       trouble.
  395.     - Added 'Extract Archives' toggle to the file check preferences to
  396.       switch on/off the new feature.
  397.     - Finally added recognition/extract code to the file check itself.
  398.       The rewritten file loader now also handles data files much better
  399.       if 'Decrunch Data Files' is activated. Only crunched data files
  400.       will be read completely, all others will just be read partially
  401.       for recognition purposes.
  402.     - Added more informative statistics at the end of each file check.
  403.     - Added new options to CHECKFILE and CHECKDIR ARexx commands:
  404.       a. USEEXTERN enables use of external xfd slaves.
  405.       b. EXTRACT turns on extracting of archives.
  406.     - Added USEEXTERN and EXTRACT options to Shell template. Meanings
  407.       are the same as with the ARexx commands.
  408.     - Added HitchHiker 3.00 + Installer. This is the 50th linkvirus
  409.       recognized by VirusZ!!! Special thanks to Markus Schmall for
  410.       sending this 'anniversary gift'.
  411.     - Fixed bug in HitchHiker 2.01 repair code. Some branches haven't
  412.       been removed properly in the last version. Thanks to Emmanuel
  413.       Poirier for this report.
  414.     - Added new version of xfdmaster.library.
  415.  
  416.     -----------------------------------------------------------------
  417.     The new features of this version have been heavily debugged and
  418.     I already fixed 3 major bugs in the beta versions, so this final
  419.     release should be stable and work properly. If there nevertheless
  420.     appear any problems, please contact me! Thank you in advance...
  421.     -----------------------------------------------------------------
  422.  
  423.  1.32   Changes/Additions since 1.31:
  424.     - Added recog/repair code for Hitch-Hiker 2.01 linkvirus. Thanks
  425.       to Frank Heim, Holger Hesselbarth, Michael Veroukis, Bert Jahn
  426.       and Jan Hendrik Lots for sending me this ugly creature ;-)
  427.     - Added other viruses: BootShop Virus-Installer, Lisa FuckUp 2.0,
  428.       Acid Infector 1.5, H.N.Y. Installer 3, ExHacker Trojan 1 - 3,
  429.       Pamela Fake and Commander Installer 2. Thanks to Jan Hendrik Lots
  430.       for testing VirusZ 1.31 and sending those missing ones.
  431.     - Added new xfdmaster.library that supports CFP 1.35/1.36 files.
  432.       No more hiding of viruses is possible now with that method.
  433.  
  434.  1.31   Changes/Additions since 1.30:
  435.     - Enhanced basic file check routines. Added better test routines
  436.       for truncated files, added support for reloc32_short hunks in the
  437.       linkvirus removal code, added better CPU cache controlling code.
  438.       I hope that every abnormal condition is under control now ;-)
  439.     - Added analyzer for raw bootblock data files to file check. Now
  440.       you can scan your bootblock directories and get a report of all
  441.       bootblock viruses.
  442.     - Fixed severe problems in the file check: If a file was infected
  443.       with a linkvirus and underneath there was a 4eb9-linked file,
  444.       the 'Delete file' requester didn't pop up. The same problem
  445.       appeared when a linkvirus couldn't be removed properly.
  446.     - Fixed some bootblock recognitions. It sometimes happened that
  447.       clones were reported with the wrong name.
  448.  
  449.     All the above improvements are mainly based on the test results of
  450.     the Virus Test Center of the University of Hamburg. Thanks to Sönke
  451.     Freitag and the other members of VTC for this 'blow on the head' ;-)
  452.     I will fight to get back on the top ranking in your test sheet...
  453.  
  454.     - Fixed repair code for Invader linkvirus. Some files might have
  455.       been defect after repair with the old code.
  456.     - Added new viruses: AMOS AGA-Install, CompuPhagozyte 10/11/12,
  457.       Circle of Power 12/13/14, VirusConstructionSet 2, LZX Reg Fake,
  458.       Creator, Degrad, Andy/Decade, Susi Drive Stepper, Biomechanic 7,
  459.       Wireface 3/4, Fileghost 1, Strange Atmosphere + 3 Installers.
  460.       Thanks to Markus Schmall and Jan Andersen for reacting so quickly
  461.       on the poor results in the VTC test and providing me with those
  462.       missing viruses.
  463.     - Added new feature to file check: It now automatically removes any
  464.       hunk_name ($3e8) found in a file. This is especially useful as
  465.       there appeared several disguised trojans through the last months
  466.       that used hunk_name to avoid proper file checks. I changed some
  467.       recognitions too: Wireface Trojans, COP 8 and UA Dialer 6.2 will
  468.       be analyzed completely and reported with their real names now.
  469.     - Added Amixhack trojan. Thanks to Dave Jones for that bastard.
  470.     - Added viruses: UnLZX Trojan, PowerTrader Fake, The BBS Traveller,
  471.       Hitch-Hiker 1.10 and Mutation Nation 1.0. Thanks again to Markus
  472.       Schmall for supplying me with these viruses.
  473.     - Fixed Enforcer hit in the B.E.O.L. memory check code. Thanks to
  474.       Christoph Dietz for the report.
  475.  
  476.     ! IMPORTANT: I will no longer add new patches as I may develop   !
  477.     ! a totally new vector check for VirusZ that will be intelligent !
  478.     ! enough to learn changes done to the vectors. So please don't   !
  479.     ! send me disks with new patches any longer.                     !
  480.  
  481.     And finally sorry for this relatively long delay, but it's going
  482.     to be summer and I need some fresh air from time to time ;-)
  483.  
  484.  1.30   Changes/Additions since 1.29:
  485.     - Added some old bootblock viruses: Ass Protector French, Cracker
  486.       Exterminator, Disk Furunkel, Lamer Ext. Decoded, Laureline Female,
  487.       Sinister Syndicate 1+2. Some of these aren't really viruses, but
  488.       most other virus checkers detect them, so I added them too.
  489.       Thanks to Jan Andersen for sending that stuff.
  490.     - Fixed bug in preferences load routine. This code crashed on plain
  491.       68000 machines because of odd stack addresses. Thanks again to
  492.       Jan and to Phillip Feigh for the report.
  493.     - Fixed bug in the 'Happy New Year 96' repair code. The old routine
  494.       missed to check for one possible branch location and therefore
  495.       produced some crashing files from time to time. Thanks to Holger
  496.       Wessling and Jan-Tore Eliassen for reporting that bug and sorry
  497.       for all the trouble you had with the defect files.
  498.     - Added patches: CacheIt, ModePro, NewIcons, Prop3D and UrouHack.
  499.       Thanks to Dave Jones for collecting and sending that stuff.
  500.     - Added new version of xfdmaster.library.
  501.     - Added decrunch support to the FD file loader in the vector check.
  502.       Now you can crunch your FD files with any data cruncher supported
  503.       by xfdmaster.library. Thanks to Dave Jones for the nice idea.
  504.     - VirusZ now requires xfdmaster.library already at startup, ie. you
  505.       MUST install it in your LIBS: drawer. The reason is simple: Until
  506.       v1.29, I added several xfd-routines directly to VirusZ to avoid
  507.       loading xfdmaster.library, but this seems to be very uneffective
  508.       as most people use the decrunch feature anyway. There is a nice
  509.       side effect too: VirusZ has been shortened by about 2500 bytes.
  510.     - Added patches: LowFrag and UrouHack 1.3. Thanks to Bert Jahn for
  511.       sending that stuff.
  512.     - Saved about 1600 bytes by removing double strings (mostly virus
  513.       names) and optimized some memory recognition code.
  514.  
  515.  1.29   Changes/Additions since 1.28:
  516.     - Added xfdPatch to the vector check.
  517.     - Added recognition for LZX archives to the file check. Thanks to
  518.       Holger Wessling for the hint.
  519.     - Added MCP and PatchControl 2.2 to the vector check. Thanks to
  520.       Stefan Sommerfeld for sending the latest versions and for the
  521.       extra information.
  522.     - Added option 'Use External Slaves' to the file check preferences.
  523.       This is a new feature of xfdmaster.library v37 to filter out
  524.       external slaves that cause trouble all the time.
  525.     - Added KUK Crew and LZX 1.2 Fake trojans and Invader linkvirus.
  526.       Thanks to Markus Schmall for sending them.
  527.     - Modified and expanded the background preferences. The buttons for
  528.       'Bootblocks', 'Disk-Validators' and 'Known Viruses' exist twice
  529.       now as all the other buttons too. The 'Check Disks On Startup'
  530.       has been removed and replaced by the above mentioned. Now you can
  531.       switch on/off the bootblock and disk-validator check separately,
  532.       the check for known viruses can be switched off at startup too.
  533.       Please control your settings when you start the new version for
  534.       the first time.
  535.     - Rearranged some vector check code for better performance and
  536.       finally added all patches caused by SetPatch 40.16. Thanks to
  537.       Lars Kristensen for reporting about the SetPatch problems on
  538.       his machine.
  539.     - Redesigned file check preferences for better readability.
  540.     - Added changes done by 68040.library to vector check. If there
  541.       are still some vectors reported, please send me a note because
  542.       I couldn't test the recognition myself. No 68040 :-(
  543.  
  544.  1.28   Changes/Additions since 1.27:
  545.     - Finally fixed a problem that I already noticed some months ago,
  546.       but didn't find the bug. After inserting and removing some disks,
  547.       it may have happened that the system had a busy-loop whenever the
  548.       background checker was working. Now I found the problem that
  549.       caused all the trouble: the BEOL memory checker tried to read
  550.       from a non-existing process in not available memory areas.
  551.     - Added a big new feature: a real background checker that not only
  552.       searches for known viruses but recognizes all changes done to
  553.       any system vectors. You can configure it totally to your needs.
  554.       All checks can be enabled/disabled separately for startup and
  555.       for surveillance.
  556.     - Added new security check to the memory checker: before testing
  557.       for known viruses, the respective address is tested to be in
  558.       available memory areas. This prevents busy-loops with RAD: or
  559.       other residents located near the bounds of a memory area.
  560.     - Added MagicCX 2.39 to the vector check. Thanks to Martin Hans
  561.       for sending it.
  562.  
  563.  1.27   Changes/Additions since 1.26:
  564.     - Added Happy New Year 96 linkvirus + 2 installers and three old
  565.       bootblock viruses called Asshole, RedGhost and Sao Paulo. Thanks
  566.       to Markus Schmall and Holger & Data-Stream for sending them.
  567.     - Added new version of xfdmaster.library to the package.
  568.     - VirusZ has a new official distribution site: Nirvana BBS !!
  569.       For more info read the updates chapter of the guide file.
  570.       Thanks to Markus Schmall for talking with the SysOp.
  571.  
  572.  1.26   Changes/Additions since 1.25:
  573.     - Added (new versions of) the following patches:
  574.       BusyPointer, FastWaitBlit, PatchOpenWB, QuietTD, WBGauge,
  575.       PowerData, ForceIcon, ModePro, AlertPatch, Arq and ReqChange.
  576.       Thanks must go to Dave Jones, David Oakes, Martin Hans and
  577.       Adam Szymczak for sending me that stuff.
  578.     - Added viruses: Circle Of Power 10 + 11, Biomechanic 6,
  579.       PB-Party Fake and Phantom Linkvirus + Installer. Thanks to
  580.       Markus Schmall for sending them.
  581.     - Added unlink code for Glue 2.2 and Glue 2.3 linkers to the
  582.       file check. Thanks to Dave Jones and Markus Schmall for the
  583.       example files.
  584.  
  585.  1.25   Changes/Additions since 1.24:
  586.     - Fixed menu colors for Kickstart V39+.
  587.     - Removed INFO option from the shell template.
  588.     - Added ARexx port! Finally VirusZ can be controlled from external
  589.       scripts or other programs. The first commands are HIDE and QUIT.
  590.     - Added CHECKFILE command to the ARexx port. Now you can check
  591.       single files from other programs like DOpus etc.
  592.     - Added ARexx command CHECKDIR to check a whole directory.
  593.     - Added scripts: CheckFile.vzrx, CheckDir.vzrx and CheckArc.vzrx.
  594.       These three show the whole power of VirusZ's Arexx port. You may
  595.       modify them for use with e.g. DOpus or other archive types.
  596.     - Extended shell template with FILECHECK, AREXX and QUIT commands.
  597.       These enable you to send ARexx commands from a shell environment
  598.       or from scripts directly to VirusZ. Returncodes represent the
  599.       results of the ARexx calls. If VirusZ is not running while using
  600.       one of the shell options, it will be first started and then the
  601.       commands will be transmitted to the ARexx port.
  602.     - Fixed string comparison in the ARexx code. Now it is no longer
  603.       case sensitive and thus will no longer make trouble with shell
  604.       options.
  605.     - Rebuilt and enhanced documentation. Now you can get some more
  606.       information about what VirusZ is doing in the background etc.
  607.     - Added ExAll() emulation to the file checker. There seems to be
  608.       a problem with some Kickstart versions using ExAll(). I've
  609.       written a replacement routine that can be turned on if required.
  610.       Thanks to Markus Schmall for telling me about the problem and
  611.       to the guys who told it to Markus.
  612.     - Added MultiCX 2.18 to vector check. Thanks Markus!
  613.     - Fixed all gadget sliders to Kickstart V39+ colors.
  614.     - Added Swifter 2.5 and SCSI-HD-Faker viruses. Thanks Markus!
  615.     - Added new behaviour to startup code: If there's already an old
  616.       version of VirusZ running, this one will be terminated and the
  617.       new version is started. This will only work with versions that
  618.       already have an ARexx port, so this is useful starting with the
  619.       next version of VirusZ. Thanks to Holger for the idea.
  620.     - Added 'Activate On Startup' option to the Misc settings. Now
  621.       you can tell VirusZ to activate the main window on startup.
  622.       Thanks to Axel Folley for that suggestion.
  623.     - Added 'Skip Crypted Files' option to file check settings.
  624.       This is useful if you have many password-protected files and
  625.       don't want to click on the 'Cancel' gadget a hundred times.
  626.       Idea by Axel Folley, thanks a lot.
  627.     - Fixed report output in file check: Now the escape sequences
  628.       are no longer starting with $9b, but with $1b,$5b. This makes
  629.       the output readable in editors like CygnusEd that support the
  630.       usual esc sequences. Thanks again to Axel Folley for the hint.
  631.     - Added Wireface Trojan 2 (CheckMount) virus. This nasty beast
  632.       was sent to me by Axel Folley. Thanks #4!!
  633.  
  634.  1.24   Changes/Additions since 1.23:
  635.     - Oops! Little bug fix in the file check. This one must have been
  636.       in VirusZ for at least 2 years and nobody (including myself)
  637.       noticed it. Whenever VirusZ came across 9 or more subdirectories,
  638.       the display went crazy because of a counter underflow in the
  639.       screen output routine. Special thanks to Cameron Weeks, Rudolph
  640.       Riedel and Axel Folley for the detailed report. Isn't it funny
  641.       that nobody noticed that bug for years and now you guys found it
  642.       all within two weeks??
  643.     - Added support for SetMan, PatchControl and patch.library to the
  644.       vector check. All patches that have been SetFunction()ed with
  645.       one of these programs running caused VirusZ to display them as
  646.       unknown even if they were already built in.
  647.       Thanks to Rudolph Riedel for sending me the programs.
  648.     - Added recognition for EasyReqPatch, ModePro, PatchAllocMem,
  649.       ReqChange, TimedRequesters and MultiCX to the vector check.
  650.       Thanks to Rudolph Riedel and Axel Folley for sending them.
  651.     - Added Ebola and Cryptic Essence linkviruses.
  652.       Thanks to Markus Schmall for sending them.
  653.     - Added support for FD files to the vector check. Now you are
  654.       able to see the function names of unknown vectors instead of
  655.       their offsets.
  656.     - Uh! Last minute fix in the FD file support. Standard functions
  657.       (-6 to [-24/-36]) have not been displayed correctly.
  658.     - Totally overworked file check routines. 4EB9-linked files will
  659.       be unlinked, decrunched and checked now. Nested 4EB9-links in
  660.       one file are handled all during one check via recursive calls
  661.       to the check routine. This stuff took me two full days as
  662.       I had to localize all global structures in the check routines!
  663.     - Totally overworked internal file- and linkvirus brains to
  664.       support 4EB9-viruses directly. And another weekend is gone!
  665.       Attention: VirusZ will detect some built-in viruses ONLY if the
  666.       decrunch option is enabled. Sorry, but that's the drawback with
  667.       recursive checking.
  668.     - Splitted docs in three parts: English, Deutsch and history.
  669.       Cut pre-VirusZ II entries from the history to shorten docs back
  670.       to a sensible size. Updated guides with new features.
  671.     - Fixed another little problem with FD files in the vector check.
  672.       Some devices (e.g. trackdisk) don't have a FD file because they
  673.       don't offer additional functions. In that case the standard
  674.       functions (-6 to -36) have not been displayed by name.
  675.     - Added new powerful version of xfdmaster.library.
  676.     - Removed old icons and added MagicWB icons by Martin Huttenloher
  677.       and Timm S. Müller. Thanks for the great work guys!
  678.  
  679.  1.23   Changes/Additions since 1.22:
  680.     - Oops! Illegal Access also has a method to link itself to
  681.       libraries/devices/datatypes etc. which I've totally forgotten
  682.       in the last version. Thanks to Markus Schmall for reporting
  683.       this 'feature'.
  684.     - Oops again! The recognition for COP 9 recognized almost every
  685.       Amiga-E program as virus. Sorry for this especially to all
  686.       Amiga-E programmers who had trouble with their users.
  687.       Thanks again to Markus Schmall for the call.
  688.     - Renamed viruses formerly called COP 9 to Biomechanic 1.
  689.     - Renamed DayDream/Fixdisk Fake to Biomechanic 2.
  690.       VirusZ 1.21 Fake is a Biomechanic 2 too.
  691.     - Added viruses: HD_Install Fake, Circle of Power 9, Vera 2.3,
  692.       ConMan Link Installer and ConMan Link, Wireface Trojan and
  693.       Biomechanic 3. Thanks to Markus Schmall for sending them.
  694.     - Oops #3! When reading the report from VTC Hamburg, I always
  695.       wondered which generation of the Crime'92 shouldn't be
  696.       recognized by VirusZ. Now I found it by analysing the virus
  697.       once again. I've forgotten to check for word-padded links
  698.       (happens when the very last opcode in a file is RTS) and
  699.       I've overseen the fact that the encryption may have two
  700.       different branch offsets. Sorry folks, now it's 100% safe!
  701.     - Optimized hunk handling in the linkvirus removal routines
  702.       and saved about 400 bytes of code.
  703.     - Finally fixed one BIG problem of the file checker:
  704.       Whenever there was a write access (deleting/removing virus),
  705.       it may have happened that some files were overseen or
  706.       checked twice because the filesystem exchanges some file
  707.       headers on disk on every write access. This was especially
  708.       nasty concerning RAM:, because that handler is not block
  709.       oriented. That problems are history!!
  710.       I've rewritten the whole directory scan routine using ExAll()
  711.       instead of Examine()/ExNext(). Now not only the above mentioned
  712.       problems are fixed, but the code is even shorter and faster
  713.       than before. Nested directories are now handled via recursive
  714.       calls to the scan routine!
  715.     - Added (new versions of) the following patches to the vector
  716.       check: AlertPatch, ExecPatch, MakeVPortPatch, Enhanced Alert
  717.       Hook, NewMenu, NoCare, PatchAlert, PointerX, Reset1200 and
  718.       SysIHack. Thanks to Dave Jones for sending them.
  719.  
  720.  1.22   Changes/Additions since 1.20:
  721.     - Added file and memory support for B.E.O.L. and Illegal Access
  722.       viruses. These two bastards took me a whole weekend to analyse
  723.       and find a cure. Very nasty and totally new ideas inside.
  724.       Thanks to Markus Schmall for sending them so quickly.
  725.     - Added some more information to the vector check 'CPU Interrupt
  726.       Vectors'. Just an idea I got while analysing Illegal Access.
  727.       Now not only the autovectors are displayed, but all exceptions.
  728.     - Added recognition for the following viruses:
  729.       Alfons Eberg 2.0, ComKiller 1.6 Fake, Condom 1.5, K&M Intro,
  730.       DayDream/FixDisk Fake, Butonic 3.10 + Installer, LZX 1.20 Fake,
  731.       Empty Biomechanic, Rock'n'Roll Trojan and InstSG Fake.
  732.     - Added new feature to file check: So-called 4EB9-Linkers will
  733.       now be detected and reported. 4EB9, 4EF9, UFO and XLink linkers
  734.       are recognized by now. I will add some more support for these
  735.       in the next versions (Possibly re-link and check single parts?).
  736.  
  737. ----------------------------------------------------------------------------
  738.  1.21   FAKED VERSION!!! I never released VirusZ II 1.21 (80268 Bytes).
  739.     This is an original VirusZ version with a Biomechanic virus
  740.     linked to it via 4EB9 Linker. Delete it immediately!!!
  741.     Thanks to Markus Schmall for reporting about that stuff.
  742. ----------------------------------------------------------------------------
  743.  
  744.  1.20   Changes/Additions since 1.18:
  745.     - Added recognition for the following viruses:
  746.       Circle Of Power (several new versions), Fileghost 3, Karaçiç
  747.       and Conman 1995 + Installer. Thanks to Markus Schmall and
  748.       Axel Folley for sending that stuff.
  749.  
  750. ----------------------------------------------------------------------------
  751.  1.19   FAKED VERSION!!! I never released VirusZ II 1.19 (9.6.95).
  752.     This actually is VirusZ II 1.03 with only the version strings
  753.     changed. No damage is caused by this fake.
  754.     Thanks to Markus Schmall for reporting about that stuff and to
  755.     Holger Hesselbarth and André Lagemann for sending it to me.
  756. ----------------------------------------------------------------------------
  757.  
  758.  1.18   Changes/Additions since 1.17:
  759.     - Updated file check to support the new features of the
  760.       xfdmaster.library v35.
  761.     - Added new option to the file check prefs: "Decrunch Data Files"
  762.       Now you can tell VirusZ to load data files completely into
  763.       memory and try to decrunch them. Useful especially for XPK
  764.       packed executables, as they couldn't be checked for viruses
  765.       until now. Thanks to Nicolas Franck for this nice idea.
  766.     - Renamed old option "Decrunch Files" to "Decrunch Executables"
  767.       as this description is less confusing.
  768.     - VirusZ has a second official distribution site now:
  769.       Virus Help BBS - Team Denmark [++45-3672-6867]. Thanks Jan!
  770.     - Fixed little bug in the linkvirus removal code: If the hunk to
  771.       be removed was the only hunk of the whole file, VirusZ crashed.
  772.       Thanks to Koenraad Rutgers for sending some example files.
  773.     - Added new patches: MultiUser 1.8, ToolManager 2.1a, SmartWB
  774.       and xLoadSeg. Thanks to Nicolas Franck for sending them.
  775.     - Added viruses: Circle Of Power 4, CallingCard Hacker and
  776.       HD SpeedUp 1.0. Thanks to Jan Andersen for sending them.
  777.     - Added new features to the vector check:
  778.       a. Settings can be changed within the vector check now.
  779.          If some prefs have been changed, display auto-refeshes.
  780.       b. Vector report can be saved now. Thanks to Steve Bowman for
  781.              this useful idea and sorry for the long delay.
  782.  
  783.  1.17   Changes/Additions since 1.16:
  784.     - Added viruses: Revenge of NANO 1 + 2, IconDepth Fake, VScan Fake,
  785.       Circle of Power 2 + 3. Thanks to Markus Schmall and Matthias Gutt
  786.       for sending them.
  787.     - VirusZ has an official distribution site now. Thanks to Holger
  788.       of THE REALM [++49-(0)515-43528] for his offer.
  789.  
  790.  1.16   Changes/Additions since 1.15:
  791.     - Added patches: DosPrefs, TWA, PowerSnap and a new version of
  792.       ToolsDaemon. Thanks to Rudolph Riedel for sending these.
  793.     - Added viruses: Circle Of Power, /X Fucker, Rastenbork 1.2,
  794.       Rastenbork 2.0, Rastenbork Installer, World Clock Fake.
  795.       Thanks to Markus Schmall and Jan Andersen for sending them.
  796.  
  797.  1.15   Changes/Additions since 1.13:
  798.     - Added Gathering '95, Conman-LoadWB + Installer, Addy 0.99 +
  799.       Installer, Commander Installer, Copy_LX, LhA V3, IStrip 2.1.
  800.       Thanks to Markus Schmall for all that viruses.
  801.     - Fixed recognition for DMS 2.06, Timebomber Inst. and Gotcha
  802.       Lamer! Installer. Thanks again to Markus Schmall.
  803.  
  804. ----------------------------------------------------------------------------
  805.  1.14   FAKED VERSION!!! I never released VirusZ II 1.14 (2.2.95).
  806.         This actually is VirusZ II 1.03 with only the version strings
  807.         changed. No damage is caused by this fake, but it's really
  808.         old and though not too useful. Thanks to Jan Andersen for
  809.         sending that stuff to me.
  810. ----------------------------------------------------------------------------
  811.  
  812.  1.13   Changes/Additions since 1.12:
  813.     - Added new PointerX, SysException and AddPower to the vector
  814.       check. Thanks to Dave Jones for sending this stuff.
  815.     - Added 'Access Forbidden' clone. Again thanks to Dave.
  816.     - Added CheckDebug, CycleToMenu, ForceIcon, NewMode, PatchPointer,
  817.       SwazInfo and new Setpatch to vector check. Thanks to
  818.       Thomas Kessler for all those bits'n'pieces.
  819.     - Added WBExtender to vector check. Thanks to Markus Schmall.
  820.     - Added Ami-Hacker, DMS 2.06 Short and Surprise virus. Thanks
  821.       to Markus Schmall for sending this stuff.
  822.     - Totally revised & updated the filevirus brain. Everything is
  823.       prepared for some new features now. Wait and see...
  824.     - Fixed some bad recognition code that reported several
  825.       virus-free programs to be infected. Thanks to Markus Schmall,
  826.       David Oakes and Koenraad Rutgers for the hints.
  827.       Note to Koenraad: The problems with BootJob and XLink will
  828.       be fixed in one of the next updates as this is what I wanted
  829.       to do next anyway. Your files are NO viruses.
  830.     - Added patches: FasterBlit 6.6 and some new SetPatch stuff.
  831.       Thanks to Adam Szymczak for these.
  832.     - Added Pestilence bootvirus. Infected sectors can be repaired
  833.       via SectorCheck. Thanks again to Markus Schmall.
  834.  
  835.  1.12   Changes/Additions since 1.11:
  836.     - Added Commander, Eleni! and Fileghost 2 viruses! Thanks to
  837.       Markus Schmall for sending them.
  838.     - Added new versions of ReqChange and CopyMemQuicker to the
  839.       vector check. Thanks to Adam Szymczak for sending them.
  840.     - Renamed "? No Name ?" virus to Vtek 2.2.
  841.     - Improved recognition code for Decompiler virus. Some AMOS
  842.       files had been recognized as the virus. Thanks to Markus
  843.       Schmall for the hint.
  844.     - Redesigned whole file- and linkvirus checking routines.
  845.       You won't notice a big difference as the GUI looks as always,
  846.       but internally everything has changed. VirusZ is now able
  847.       to check EVERY hunk of executable files for linkviruses.
  848.       NO hidden linkviruses anymore by just adding some new hunks!
  849.     - Fixed several small bugs in some old linkvirus stuff while
  850.       rewriting the checker.
  851.     - Linkvirus removal code now supports all official hunktypes
  852.       from hunk_unit to hunk_index.
  853.     - Added some new file types.
  854.     - Renamed some more viruses, amount of viruses changed
  855.       slightly because some routines now recognize several
  856.       types of the same virus while others have been split.
  857.     - Redesigned "Show Brains" requester.
  858.     - Added Big Ben, Max Of Starlight '93, BootX Killer and
  859.       Amiga Fanatic 1.1 bootviruses. Thanks to Markus Schmall
  860.       as always for sending them ;-)
  861.     - Added recognition for new versions of RTPatch and FasterBlit.
  862.       Thanks to David Oakes for sending them.
  863.     - Redesigned "Show Brains" again, displays patches now.
  864.  
  865.     TO DO:
  866.     Due to lack of time, I just redesigned the linkvirus part of
  867.     the file check, the filevirus part still only checks the first
  868.     hunk. This will be changed in later releases. I have some ideas
  869.     concerning the so-called 4EB9-Linker and similar utilities, too.
  870.     This is a secret, wait for the key...
  871.  
  872.  1.11   Changes/Additions since 1.10:
  873.     - Added Elien 0.1 virus and VMK 3.00 fake. Thanks to Markus
  874.       Schmall for sending them.
  875.     - Added Enforcer, SegTracker and MungWall to vector check.
  876.       Thanks to Ulrich Klauer for sending this stuff.
  877.     - Added latest version of xfdmaster.library.
  878.  
  879.  1.10   Changes/Additions since 1.09:
  880.     - Added viruses: Decompiler, Doom + Installer, Intel (LoadWB),
  881.       Lamerfry 1.3b, Lamerkiller, Laureline, DMS 2.13 Fake, JiZANSi,
  882.       RootFormatter, EastStar + Installer, Look BBS, Sumpf Gag,
  883.       Polyzygotronifikator. Thanks to Markus Schmall for these.
  884.     - Added latest version of xfdmaster.library.
  885.     - Added another linkvirus that doesn't contain any ID string,
  886.       so I simply called it "? No Name ?". May be renamed later.
  887.       Thanks again to Markus Schmall for sending it.
  888.  
  889.  1.09   Changes/Additions since 1.08:
  890.     - Added viruses: Eleni, Loop-Combo and Labtec. Thanks to
  891.       Markus Schmall and Mark Ives for sending these.
  892.     - Added latest version of xfdmaster.library.
  893.  
  894.  1.08   Changes/Additions since 1.07:
  895.     - Added viruses: Mount, Debugger, G-Zus and some CCCP Clones.
  896.       Thanks to Marco van den Mont, Jan Andersen, Jim Maciorowski
  897.       and Krzysztof Klos for sending them.
  898.     - Added more viruses: Installer of Mount, Easy-E and Installer
  899.       of Conman. Thanks to Markus Schmall for sending them.
  900.  
  901.  1.07   Changes/Additions since 1.06:
  902.     - Added viruses: Installer of Datalock, LhA-Check 1.1 and a new
  903.       version of Menem's Revenge. Thanks to Markus Schmall and
  904.       Jan Bo Andersen for sending them.
  905.     - Again new viruses: MST-Inte, Rel 01.28 and Conman-Trojan.
  906.       Thanks to Markus Schmall for these beasts.
  907.     - Added new version of xfdmaster.library including external
  908.       decruncher and changed installation script.
  909.     - Designed new icons for VirusZ, Guide and Installation.
  910.  
  911.  1.06   Changes/Additions since 1.05:
  912.     - Added some additional self checks. You can now verify if your
  913.       copy of VirusZ is an original or a fake by comparing the length
  914.       stated in the "About" request with the actual file length.
  915.     - Added new patches: HD Floppy Driver, SetPatchMrgCop, PowerData,
  916.       BorderBlank and a new version of MagicMenu.
  917.       Thanks to David Oakes and Naim Hosein for sending them.
  918.     - Added boot viruses: Datalock 1.1, Datalock 1.2, Polish P-1B.
  919.       Thanks to Markus Schmall and Krzysztof Klos.
  920.     - Added file viruses: Installer of Digital Dream, Xlink 3.0,
  921.       Saddam 7, Aibon 3, Burn 2, T.A.I. 11, ToolsDaemon 2.2 Fake,
  922.       GeneralHunter 3.2. Thanks to Markus Schmall, Martin Odaischi
  923.       and Jan Bo Andersen.
  924.     - Added string gadget "Devices" to the Misc Prefs. Now you can
  925.       enter all your devices (mounted or unmounted) to this list
  926.       and they will be both checked from the background task and
  927.       used from the BootLab. I hear some people say: "Oh, I have to
  928.       type them all myself. How irritating!". BUT: You'll have to do
  929.       it only once, and then there will never be any problems with
  930.       CD drives, some HD controllers etc. If a drive doesn't work,
  931.       simply don't add it to the list. Thanks to this simple but
  932.       nevertheless great idea to Axel Folley.
  933.     - Added again viruses: Zonder Kommando 1 + 2, AAA-Enhancer, JINX.
  934.       Thanks to Markus Schmall for these and for the 'Burn' code.
  935.     - Included latest version of xfdmaster.library.
  936.  
  937. ----------------------------------------------------------------------------
  938.       !WARNING!   VirusZ II 1.05 (68544 bytes) is a fake!    !WARNING!
  939.                      The original is 66116 bytes long.
  940. ----------------------------------------------------------------------------
  941.  
  942.  1.05   Changes/Additions since 1.03:
  943.     - Totally redesigned documentation. It is now written for AmigaGuide
  944.       and contains a German section to satisfy all the guys who kept on
  945.       nagging for the last months.
  946.     - Added some nice code for encrypting VirusZ. Bad luck, hackers.
  947.       I hate nothing more than little lamers thinking they are cool
  948.       when they destroy the hard work of other people.
  949.     - Added patches: AlertPatch, FaccII, GOMF 3.0, RTDD 1.7, SFAPatch,
  950.       Setpatch 40.14. Thanks go to Steve Bowman and Ralf Thanner.
  951.     - Added bootblock viruses: Baltasar, Datacrime 2.0, PAL, PDS, PKK,
  952.       Shake!, TAI 4, TAI 5, TAI 6, TAI 8, TAI 9, Tomates Gentechnic 2.0.
  953.       Thanks to Martin Odaischi and [can't remember who it was].
  954.     - Added file viruses: Boot-Virus Installer, VirusZ 1.03 Fake.
  955.       Thanks fly over to Martin Odaischi and Markus Schmall.
  956.       If I only could get my hands on the little idiot who did that
  957.       fake, he'd wish he never had done it.
  958.  
  959. ----------------------------------------------------------------------------
  960.       !WARNING!           VirusZ II 1.04 is a fake!          !WARNING!
  961. ----------------------------------------------------------------------------
  962.  
  963. ----------------------------------------------------------------------------
  964.       !WARNING!   VirusZ II 1.03 (67076 bytes) is a fake!    !WARNING!
  965.                      The original is 64664 bytes long.
  966. ----------------------------------------------------------------------------
  967.  
  968.  1.03   Changes/Additions since 1.01:
  969.     - Added the following viruses: Sepultura 2.26, BossNuke,
  970.       ModuleMaster 1.7 Fake, Virus-Hunter 10.20, VKill 1.00 File,
  971.       Merry, MegaLink, Digital Dream, Zenker.
  972.       Thanks to Markus Schmall and Jan Nielsen for sending them.
  973.     - Replaced decrunch.library by xfdmaster.libary support.
  974.       That's one of the reasons why the last few updates were
  975.       quite simple, I worked on that library since October.
  976.       It works much more efficient than decrunch.library,
  977.       is much safer and supports some more crunchers. Several
  978.           bugs have been fixed.
  979.     - Improved the hunk tester in the file check.
  980.     - Added some more viruses: PHA Intro Fake, Anim Intro Fake,
  981.       Dialer 2.8g/6.2, M-WHO Backdoor, Stockmarket Backdoor.
  982.       Thanks to Markus Schmall and Jan Bo Andersen.
  983.     - Replaced old reqtools.library with a new update.
  984.     - Added new patches to vector check: Xoper 2.4, NOG2 2.1,
  985.       PowerCache 37.64, FasterBlit 5.0, IPrefs 40.29.
  986.       Thanks to Ralf Thanner for sending them.
  987.  
  988. ----------------------------------------------------------------------------
  989.       !WARNING!   VirusZ II 1.02 is a fake, delete it now.   !WARNING!
  990. ----------------------------------------------------------------------------
  991.  
  992.  1.01   Changes/Additions since 1.00:
  993.     - Added new viruses: VIRI, SHI, VCS 1, VCS 2, Leviathan,
  994.       Fred Cohen.
  995.       Thanks to Markus Schmall and Jan Bo Andersen for these.
  996.     - Added new patches to vector check:
  997.       KCommodity 2.5, MagicMenu 1.27, PrintManager 1.1 + 2.0,
  998.       FastWaitBlit, FrontPubScreen, Alert Patch.
  999.  
  1000.  1.00   Changes/Additions since 0.94ß:
  1001.     - Added new bootviruses: Karl Marx, CBM, SCA 666, M_Chat and
  1002.       TFC Evergreen 47.11.
  1003.       Thanks to Martin Odaischi for sending them.
  1004.     - Added new bootviruses: AIFS, NASA, TAI, PVL.
  1005.       Added new linkviruses: Dark Avenger 1 + 2.
  1006.       Thanks to Markus Schmall for sending them.
  1007.  
  1008.  0.94ß  Changes/Additions since 0.93ß:
  1009.     - Added several new bootblock viruses (mostly clones):
  1010.       ABC Viruskiller 1.01, Electro Vision, Exorcist, Grim Reaper,
  1011.       Irak 3, JT Protector 1.0, Lame Game, MAD 3b, Prima Vera 8.0,
  1012.       Starcom 1, 2 and 3.
  1013.  
  1014.  0.93ß  Changes/Additions since 0.92ß:
  1015.     - Added code for safer device calls. Several people told me
  1016.       that previous VirusZ versions crashed immediately when started
  1017.       on their A3000(T). They all had PC0: mounted. This was not a
  1018.       problem of VirusZ at all, but a bug in the mfm.device of
  1019.       Commodore. This device trashes register D3 in the Open() call
  1020.       and therefore caused VirusZ to crash because it uses D3.
  1021.       Time for a little bug fix, Commodore??
  1022.       Thanks a lot to Axel Folley for his extensive testing. I don't
  1023.       know if I would have found that bug as fast as he did.
  1024.  
  1025.  0.92ß  Changes/Additions since 0.91ß:
  1026.     - Added 'Check Again' gadget to file and sector checker.
  1027.     - Added 'Auto-Save Report' and 'Default Report Path' to the
  1028.       file check preferences.
  1029.     - Added 'Hide OK Vectors' to the vector check preferences.
  1030.     - Rewrote main loop to act as a commodity. VirusZ can now
  1031.       be controlled via Exchange.
  1032.     - Added Shell options and tooltypes CX_PRIORITY, CX_POPKEY
  1033.       and CX_POPUP for standard commodity support.
  1034.     - Added 'Hide' item to project menu.
  1035.     - Added commodity default settings to the misc prefs.
  1036.     - Removed 'Snapshot Window' item from prefs menu.
  1037.       The window now remembers all movements automatically.
  1038.     - Added 'Center Main Window' to the misc prefs to override
  1039.       the remembered window position.
  1040.     - Added 'Close Main Window = Exit' to support both the old
  1041.       CLOSEWINDOW and the standard commodity behaviour.
  1042.     - Added Shell option and tooltype PUBSCREEN. VirusZ can open
  1043.       its windows on any public screen now.
  1044.     - Added Shell option ??=INFO. Use it to get more information
  1045.       about the usage of the other options.
  1046.     - Added new viruses: SnoopDos 1.9 Fake, SnoopDos 2.1 Fake,
  1047.       DWEdit 1.62a Fake, DI Ansi Ed 2.8 Fake, AEReg 3.9, A.I.S.F.
  1048.  
  1049.  0.91ß  Changes/Additions since 0.90ß:
  1050.     - Added bootblock lab (no brain support yet).
  1051.     - Added bootlab preferences.
  1052.     - Removed Unicorn 1.1 from the bootvirus brain. This is not
  1053.       a virus, but a quite unique loader for menus etc.
  1054.       Thanks to the guy from Unicorn for calling me.
  1055.  
  1056.  0.90ß  Changes/Additions since 3.07:
  1057.     - VirusZ requires OS2 now.
  1058.     - Redesigned main menu and split it in two parts.
  1059.     - Totally rewritten file check. Uses a multiselect filereq
  1060.       now, has a new window and new preferences. Detects more
  1061.       file types and handles viruses even better than the old one.
  1062.     - Totally rewritten sector check. Only works with trackdisk units
  1063.       now and supports HD drives. Improved Saddam checking in order to
  1064.       prevent wrong diagnostics (same with Little Sven). New window
  1065.       and own preferences have been added.
  1066.     - Totally rewritten vector check. Output may be scrolled now,
  1067.       preferences configure the vectors that should be checked.
  1068.     - Totally rewritten background checker. Works parallel to
  1069.       the main process and therefore can check memory/disks even
  1070.       during a file check. Own preferences.
  1071.     - New preferences format with checksum. This will be compatible
  1072.       with future ones because of standard definition.
  1073.     - Rewritten startup code.
  1074.     - Added internal brain display to VirusZ.
  1075.     - No brain support and all related functions in this release.
  1076.     - No bootblock lab + prefs.
  1077.     - No Shell usage.
  1078.     - 1000 other minor changes I can't remember.
  1079.  
  1080. ----------------------------------------------------------------------------
  1081. VirusZ II (OS 2.0+ only) history starts in Summer '93.
  1082. VirusZ 1.00 - VirusZ 3.07 history (September '91 - Summer '93) removed.
  1083. ----------------------------------------------------------------------------
  1084.